home *** CD-ROM | disk | FTP | other *** search
/ Freelog 100 / FreelogNo100-NovembreDecembre2010.iso / Systeme / Glarysoft Disk SpeedUp / dssetup.exe / Defrag.exe / 0 / RCDATA / TFRMRUNSHEDULE / TFRMRUNSHEDULE.txt
Text File  |  2010-08-11  |  5KB  |  250 lines

  1. object frmRunShedule: TfrmRunShedule
  2.   Left = 572
  3.   Top = 251
  4.   Align = alClient
  5.   BorderStyle = bsNone
  6.   Caption = 'frmRunShedule'
  7.   ClientHeight = 401
  8.   ClientWidth = 484
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   DesignSize = (
  19.     484
  20.     401)
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object img3218: TImage32
  24.     Left = 22
  25.     Top = 24
  26.     Width = 322
  27.     Height = 164
  28.     Bitmap.ResamplerClassName = 'TNearestResampler'
  29.     BitmapAlign = baTopLeft
  30.     Scale = 1.000000000000000000
  31.     ScaleMode = smStretch
  32.     TabOrder = 1
  33.     object labAction: TLabel
  34.       Left = 0
  35.       Top = 9
  36.       Width = 37
  37.       Height = 13
  38.       Caption = 'Action: '
  39.     end
  40.     object labFrequency: TLabel
  41.       Left = 0
  42.       Top = 39
  43.       Width = 55
  44.       Height = 13
  45.       Caption = 'Frequency:'
  46.     end
  47.     object labDay: TLabel
  48.       Left = 0
  49.       Top = 69
  50.       Width = 23
  51.       Height = 13
  52.       Caption = 'Day:'
  53.     end
  54.     object labTime: TLabel
  55.       Left = 0
  56.       Top = 99
  57.       Width = 26
  58.       Height = 13
  59.       Caption = 'Time:'
  60.     end
  61.     object labDisks: TLabel
  62.       Left = 0
  63.       Top = 129
  64.       Width = 28
  65.       Height = 13
  66.       Caption = 'Disks:'
  67.     end
  68.     object labOneOrMorDrivers: TLabel
  69.       Left = 75
  70.       Top = 148
  71.       Width = 163
  72.       Height = 13
  73.       AutoSize = False
  74.       Caption = 'Or selected one or more drivers'
  75.     end
  76.     object cbbAction: TComboBox
  77.       Left = 74
  78.       Top = 9
  79.       Width = 145
  80.       Height = 21
  81.       Style = csDropDownList
  82.       ItemHeight = 13
  83.       ItemIndex = 0
  84.       TabOrder = 0
  85.       Text = 'Defrage Only'
  86.       Items.Strings = (
  87.         'Defrage Only'
  88.         'Defrage and Optimize')
  89.     end
  90.     object cbbFrequency: TComboBox
  91.       Left = 74
  92.       Top = 39
  93.       Width = 145
  94.       Height = 21
  95.       Style = csDropDownList
  96.       ItemHeight = 13
  97.       ItemIndex = 0
  98.       TabOrder = 1
  99.       Text = 'Daily'
  100.       OnChange = cbbFrequencyChange
  101.       Items.Strings = (
  102.         'Daily'
  103.         'Weekly'
  104.         'Monthly')
  105.     end
  106.     object cbbDay: TComboBox
  107.       Left = 74
  108.       Top = 69
  109.       Width = 145
  110.       Height = 21
  111.       Style = csDropDownList
  112.       ItemHeight = 13
  113.       ItemIndex = 0
  114.       TabOrder = 2
  115.       Text = 'Monday'
  116.       Items.Strings = (
  117.         'Monday'
  118.         'Tuesday'
  119.         'Wednesday'
  120.         'Thursday'
  121.         'Friday'
  122.         'Saturday'
  123.         'Sunday')
  124.     end
  125.     object cbbSheduleTime: TComboBox
  126.       Left = 74
  127.       Top = 99
  128.       Width = 145
  129.       Height = 21
  130.       Style = csDropDownList
  131.       ItemHeight = 13
  132.       ItemIndex = 0
  133.       TabOrder = 3
  134.       Text = '0:00'
  135.       Items.Strings = (
  136.         '0:00'
  137.         '1:00'
  138.         '2:00'
  139.         '3:00'
  140.         '4:00'
  141.         '5:00'
  142.         '6:00'
  143.         '7:00'
  144.         '8:00'
  145.         '9:00'
  146.         '10:00'
  147.         '11:00'
  148.         '12:00'
  149.         '13:00'
  150.         '14:00'
  151.         '15:00'
  152.         '16:00'
  153.         '17:00'
  154.         '18:00'
  155.         '19:00'
  156.         '20:00'
  157.         '21:00'
  158.         '22:00'
  159.         '23:00')
  160.     end
  161.     object chbAllLocalDiskDrivers: TCheckBox
  162.       Left = 74
  163.       Top = 129
  164.       Width = 153
  165.       Height = 17
  166.       Caption = 'All local disk drivers'
  167.       Checked = True
  168.       State = cbChecked
  169.       TabOrder = 4
  170.       OnClick = chbAllLocalDiskDriversClick
  171.     end
  172.   end
  173.   object chbRunShedule: TCheckBox
  174.     Left = 7
  175.     Top = 0
  176.     Width = 129
  177.     Height = 17
  178.     Caption = 'Run on a shedule'
  179.     TabOrder = 0
  180.     OnClick = chbRunSheduleClick
  181.   end
  182.   object lvSheuldeDrivers: TListView
  183.     Left = 96
  184.     Top = 191
  185.     Width = 350
  186.     Height = 126
  187.     Checkboxes = True
  188.     Columns = <
  189.       item
  190.         Caption = 'Drivers'
  191.         Width = 345
  192.       end>
  193.     GridLines = True
  194.     SmallImages = ilSystem
  195.     TabOrder = 2
  196.     ViewStyle = vsReport
  197.     OnChange = lvSheuldeDriversChange
  198.   end
  199.   object btnScheduleSave: TButton
  200.     Left = 404
  201.     Top = 369
  202.     Width = 75
  203.     Height = 25
  204.     Anchors = [akRight, akBottom]
  205.     Caption = 'Save'
  206.     TabOrder = 3
  207.     OnClick = btnScheduleSaveClick
  208.   end
  209.   object img32LineLeft: TImage32
  210.     Left = -1
  211.     Top = 359
  212.     Width = 100
  213.     Height = 2
  214.     Anchors = [akLeft, akBottom]
  215.     Bitmap.ResamplerClassName = 'TNearestResampler'
  216.     BitmapAlign = baTopLeft
  217.     Scale = 1.000000000000000000
  218.     ScaleMode = smNormal
  219.     TabOrder = 4
  220.   end
  221.   object img32LineMiddle: TImage32
  222.     Left = 95
  223.     Top = 359
  224.     Width = 299
  225.     Height = 2
  226.     Anchors = [akLeft, akRight, akBottom]
  227.     Bitmap.ResamplerClassName = 'TNearestResampler'
  228.     BitmapAlign = baTopLeft
  229.     Scale = 1.000000000000000000
  230.     ScaleMode = smStretch
  231.     TabOrder = 5
  232.   end
  233.   object img32LineRight: TImage32
  234.     Left = 384
  235.     Top = 359
  236.     Width = 100
  237.     Height = 2
  238.     Anchors = [akRight, akBottom]
  239.     Bitmap.ResamplerClassName = 'TNearestResampler'
  240.     BitmapAlign = baTopLeft
  241.     Scale = 1.000000000000000000
  242.     ScaleMode = smNormal
  243.     TabOrder = 6
  244.   end
  245.   object ilSystem: TImageList
  246.     Left = 376
  247.     Top = 112
  248.   end
  249. end
  250.